In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageImageCoordinates Method

GetPageImageCoordinates Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetPageImageCoordinates( _

   ByVal ImageIdx As Integer, _

   ByRef x0 As Single, _

   ByRef y0 As Single, _

   ByRef x1 As Single, _

   ByRef y1 As Single, _

   ByRef x2 As Single, _

   ByRef y2 As Single _

) As GdPictureStatus
public GdPictureStatus GetPageImageCoordinates( 

   int ImageIdx,

   ref float x0,

   ref float y0,

   ref float x1,

   ref float y1,

   ref float x2,

   ref float y2

)
public function GetPageImageCoordinates( 

    ImageIdx: Integer;

   var  x0: Single;

   var  y0: Single;

   var  x1: Single;

   var  y1: Single;

   var  x2: Single;

   var  y2: Single

): GdPictureStatus; 
public function GetPageImageCoordinates( 

   ImageIdx : int,

   x0 : float,

   y0 : float,

   x1 : float,

   y1 : float,

   x2 : float,

   y2 : float

) : GdPictureStatus;
public: GdPictureStatus GetPageImageCoordinates( 

   int ImageIdx,

   ref float x0,

   ref float y0,

   ref float x1,

   ref float y1,

   ref float x2,

   ref float y2

) 
public:

GdPictureStatus GetPageImageCoordinates( 

   int ImageIdx,

   float% x0,

   float% y0,

   float% x1,

   float% y1,

   float% x2,

   float% y2

) 

Parameters

ImageIdx
x0
y0
x1
y1
x2
y2
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members